HipMTLIndexBuffer

Undocumented in source.

Constructors

this
this(MTLDevice device, MTLCommandQueue cmdQueue, size_t length, HipBufferUsage usage)
Undocumented in source.

Members

Functions

bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
setData
void setData(index_t[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
updateData
void updateData(int offset, index_t[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
MTLBuffer buffer;
Undocumented in source.
cmdQueue
MTLCommandQueue cmdQueue;
Undocumented in source.
device
MTLDevice device;
Undocumented in source.
options
MTLResourceOptions options;
Undocumented in source.

Meta